22 matches found
CVE-2025-54482
CVE-2025-54482 affects The Biosig Project libbiosig 3.9.0 and the Master branch (commit 35a819fa). A stack-based buffer overflow in the MFER parsing functionality can allow arbitrary code execution when processing a malicious MFER file. The vulnerability is manifested in biosig.c at line 8751 (ta...
CVE-2025-54481
The CVE-2025-54481 issue affects The Biosig Project libbiosig 3.9.0 and the Master branch (commit 35a819fa). It is a stack-based buffer overflow in the MFER parsing code, specifically when handling tag 3 (character code). The vulnerable path declares a local buffer v[17] and checks len>16; cur...
CVE-2025-54483
The vulnerability CVE-2025-54483 affects The Biosig Project libbiosig 3.9.0 and the Master Branch. It is a stack-based buffer overflow in the MFER parsing code, specifically exposed at a code path around line 8759 in biosig.c (tag==5: number of channels). A specially crafted MFER file can lead to...
CVE-2025-66045
CVE-2025-66045 affects the Biosig Project’s libbiosig 3.9.1, specifically the MFER parsing function. The issue is described as stack-based buffer overflow triggered by a specially crafted MFER file, allowing arbitrary code execution. The vulnerability is associated with the Tag value 65. Several ...
CVE-2025-54484
The CVE-2025-54484 entry describes a stack-based buffer overflow in the MFER parsing of The BioSig Project libbiosig 3.9.0 and the Master branch (commit 35a819fa). The vulnerability arises from parsing MFER tag 6 (0x06, number of sequences) in biosig.c, where len > 4 triggers a warning and a r...
CVE-2025-54487
CVE-2025-54487 describes a stack-based buffer overflow in the MFER parsing path of The Biosig Project’s libbiosig 3.9.0 and the Master branch (commit 35a819fa). The vulnerability occurs during handling of tag 12 (0x0C) in biosig.c, where the code reads values and then performs a potentially unsaf...
CVE-2025-54493
The CVE-2025-54493 entry concerns The Biosig Project libbiosig 3.9.0 and the Master branch (35a819fa). A stack-based buffer overflow occurs in the MFER parsing code, allowing arbitrary code execution when processing a specially crafted MFER file. The issue manifests at biosig.c:9184 in the master...
CVE-2025-54462
Summary: CVE-2025-54462 describes a heap-based buffer overflow in the Nex parsing functionality of the Biosig Project libbiosig (version 3.9.0 and Master Branch). A specially crafted .nex file could lead to arbitrary code execution. The initial description notes the existence of a vulnerable inpu...
CVE-2025-54485
The CVE-2025-54485 entry concerns libbiosig (The Biosig Project) version 3.9.0 and the Master Branch (commit 35a819fa). A stack-based buffer overflow occurs in the MFER parsing functionality, allowing arbitrary code execution when a specially crafted MFER file is processed. The issue manifests at...
CVE-2025-54490
CVE-2025-54490 affects The Biosig Project libbiosig 3.9.0 and the Master branch (commit 35a819fa). A stack-based buffer overflow occurs in the MFER parsing logic. Specifically, when parsing a Tag 64 (0x40) preamble in biosig.c, a local 256-byte buffer tmp[256] is filled via curPos += ifread(tmp,1...
CVE-2025-54480
CVE-2025-54480 affects libbiosig 3.9.0 and the Master branch (commit 35a819fa). The vulnerability is a stack-based buffer overflow in the MFER parsing path, manifesting on biosig.c:8719 when tag is 0; a specially crafted MFER file can cause arbitrary code execution. Attacker-controlled input via ...
CVE-2025-54488
CVE-2025-54488 affects The Biosig Project libbiosig 3.9.0 and the Master branch (commit 35a819fa). The vulnerability is a stack-based buffer overflow in the MFER parsing functionality, exploitable by a specially crafted MFER file to achieve arbitrary code execution. The issue is triggered on line...
CVE-2025-54486
CVE-2025-54486 affects libbiosig (The Biosig Project), with a stack-based buffer overflow in the MFER parsing path of version 3.9.0 and the Master Branch (commit 35a819fa). A specially crafted MFER file can trigger arbitrary code execution. The issue manifests in biosig.c around line 8824 when pa...
CVE-2025-54491
The CVE-2025-54491 entry describes a stack-based buffer overflow in The Biosig Project libbiosig 3.9.0 and the Master branch (commit 35a819fa) related to the MFER parsing function. A specially crafted MFER file can lead to arbitrary code execution, with the issue manifesting at biosig.c: line 919...
CVE-2025-54492
A stack-based buffer overflow in The Biosig Project libbiosig 3.9.0 and Master (35a819fa) MFER parsing can be triggered by a crafted MFER file, causing arbitrary code execution. The issue occurs in biosig.c line 9141 on master, when tag==67 (0x43: Sample skew); a local integer skew is overflowed ...
CVE-2025-54494
Summary: The Biosig Project libbiosig 3.9.0 and the Master branch contain a stack-based buffer overflow in the MFER parsing path. Specifically, biosig.c at line 9205 with tag 133 (0x85) causes a buffer overrun when processing MFER files, enabling arbitrary code execution. The vulnerability detail...
CVE-2025-66043
CVE-2025-66043 affects libbiosig 3.9.1, with stack-based buffer overflow vulnerabilities in the MFER parsing functionality. The issue is triggered by specially crafted MFER files; Tag value 3 is involved. Concrete details across connected sources confirm the vulnerability, its potential for arbit...
CVE-2025-66046
The CVE-2025-66046 entry concerns libbiosig version 3.9.1 from The Biosig Project. The vulnerable component is the MFER parsing functionality, with stack-based buffer overflow flaws identified when processing MFER files containing Tag 67. The impact is arbitrary code execution via a crafted file,...
CVE-2025-66048
CVE-2025-66048 is a set of stack-based buffer overflow vulnerabilities in the MFER parsing functionality of The Biosig Project’s libbiosig 3.9.1. A specially crafted MFER file can trigger arbitrary code execution. The issue is demonstrated across multiple feeds (Red Hat, Debian, NVD, Ubuntu, etc....
CVE-2025-54489
Summary of CVE-2025-54489 Concrete details are provided: The Biosig Project libbiosig 3.9.0 and its Master branch (commit 35a819fa) contain a stack-based buffer overflow in the MFER parsing functionality. In the Tag 63 handling path, the code reads a secondary length (len2) from the input (0–255)...
CVE-2025-66047
CVE-2025-66047 affects libbiosig 3.9.1 from The Biosig Project. The MFER parsing routine contains stack-based buffer overflow flaws, with Tag 131 crafted files capable of triggering arbitrary code execution. Multiple sources (Red Hat, Debian, Debian’s tracker, NVD, ubuntu/osv, OSV) corroborate th...
CVE-2025-66044
CVE-2025-66044 affects libbiosig 3.9.1's MFER parsing, where stack-based buffer overflow flaws can be triggered by a crafted MFER file, enabling arbitrary code execution. Multiple sources (NVD entry, Red Hat, Debian, Ubuntu, OSV/Hyperlinks) consistently describe stack-based overflows in the MFER ...